home *** CD-ROM | disk | FTP | other *** search
/ Video Toaster 4.3 / Video Toaster v4.3.iso / 4.2 / programs / utilities / unprotectvtf < prev    next >
Text File  |  1998-04-21  |  3KB  |  158 lines

  1. ; Unprotect script for all VT and Flyer related files
  2. ; By Chuck Baker.  Copyright 1998, NewTek, Inc.
  3.  
  4.  
  5. ;Begin Toaster:
  6. if exists Toaster:
  7. cd Toaster:
  8. Echo ""
  9. Echo "Unprotecting all Files in NewTek Drawer..."
  10. protect #?/#?/#?/#?/#?/#?/#? add wd quiet
  11. protect #?/#?/#?/#?/#?/#? add wd quiet
  12. protect #?/#?/#?/#?/#? add wd  quiet
  13. protect #?/#?/#?/#? add wd quiet
  14. protect #?/#?/#? add wd quiet
  15. protect #?/#? add wd quiet
  16. protect #? add wd quiet
  17. endif
  18. echo ""
  19. echo "Done with this one! Moving right along..."
  20. ;end Toaster:
  21.  
  22.  
  23. ; begin devs:
  24. if exists devs:
  25. cd devs:
  26. echo ""
  27. echo "Unprotecting devs:"
  28. wait 2
  29. protect #?/#?/#?/#?/#? add wd quiet
  30. protect #?/#?/#?/#? add wd quiet
  31. protect #?/#?/#? add wd quiet
  32. protect #?/#? add wd quiet
  33. protect #? add wd quiet
  34. endif
  35. echo ""
  36. echo "Done with this one! Moving right along..."
  37. ;end devs:
  38.  
  39. ; begin storage
  40. if exists sys:storage
  41. cd sys:storage
  42. echo ""
  43. echo "Unprotecting SYS:Storage"
  44. wait 2
  45. protect #?/#?/#?/#?/#? add wd quiet
  46. protect #?/#?/#?/#? add wd quiet
  47. protect #?/#?/#? add wd quiet
  48. protect #?/#? add wd quiet
  49. protect #? add wd quiet
  50. endif
  51. echo ""
  52. echo "Done with this one! Moving right along..."
  53. ;end storage
  54.  
  55.  
  56. ;begin libs:
  57. if exists libs:
  58. cd libs:
  59. echo ""
  60. echo "Unprotecting libs:"
  61. wait 2
  62. protect #? add wd quiet
  63. endif
  64. echo ""
  65. echo "Done with this one! Moving right along..."
  66. ;end libs:
  67.  
  68. ;begin l:
  69. if exists l:
  70. cd l:
  71. echo ""
  72. echo "Unprotecting l:"
  73. wait 2
  74. protect #? add wd quiet
  75. endif
  76. echo ""
  77. echo "Done with this one! Moving right along..."
  78. ;end l:
  79.  
  80. ;begin c:
  81. if exists c:
  82. cd c:
  83. echo ""
  84. echo "Unprotecting c:"
  85. wait 2
  86. protect #? add wd quiet
  87. endif
  88. echo ""
  89. echo "Done with this one! Moving right along..."
  90. ;end c:
  91.  
  92. if not exists Toaster:
  93. echo ""
  94. echo "Your Toaster: assign is not active."
  95. echo "Unable to Unprotect files!"
  96. echo "Assign Toaster: to your NewTek drawer,"
  97. echo "And retry."
  98. wait 5
  99. endif
  100.  
  101. if not exists c:
  102. echo ""
  103. echo "A standard system assignment is missing."
  104. echo "Unable to unprotect Flyer files in system."
  105. echo "Check your Workbench installation for problems."
  106. echo "You may need to reboot your system..."
  107. echo "Or re-install Workbench."
  108. wait 5
  109. endif
  110.  
  111. if not exists libs:
  112. echo ""
  113. echo "A standard system assignment is missing."
  114. echo "Unable to unprotect Flyer files in system."
  115. echo "Check your Workbench installation for problems."
  116. echo "You may need to reboot your system..."
  117. echo "Or re-install Workbench."
  118. wait 5
  119. endif
  120.  
  121.  
  122. if not exists l:
  123. echo ""
  124. echo "A standard system assignment is missing."
  125. echo "Unable to unprotect Flyer files in system."
  126. echo "Check your Workbench installation for problems."
  127. echo "You may need to reboot your system..."
  128. echo "Or re-install Workbench."
  129. wait 5
  130. endif
  131.  
  132. if not exists devs:
  133. echo ""
  134. echo "A standard system assignment is missing."
  135. echo "Unable to unprotect Flyer files in system."
  136. echo "Check your Workbench installation for problems."
  137. echo "You may need to reboot your system..."
  138. echo "Or re-install Workbench."
  139. wait 5
  140. endif
  141.  
  142. if not exists sys:storage
  143. echo ""
  144. echo "The Storage drawer is missing from your"
  145. echo "boot drive or partition."
  146. echo "Unable to unprotect Flyer files in system."
  147. echo "Check your Workbench installation for problems."
  148. echo "You may need to reboot your system..."
  149. echo "Or re-install Workbench."
  150. wait 5
  151. endif
  152.  
  153. Echo ""
  154. echo "All Done!"
  155.  
  156.  
  157. quit
  158.